home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
dev_libs
/
feelin040718
/
include
/
clib
/
feelincc_protos.h
< prev
Wrap
C/C++ Source or Header
|
2004-08-03
|
402b
|
19 lines
#ifndef CLIB_FEELINCC_PROTOS_H
#define CLIB_FEELINCC_PROTOS_H
/*
** $VER: feelincc_protos.h 7.0 (2004/07/18)
**
** C prototype definitions
**
** © 2001-2004 Olivier LAVIALE (gofromiel@numericable.fr)
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
struct TagItem * F_Query (ULONG Which,struct FeelinBase *Feelin);
#endif /* CLIB_FEELINCC_PROTOS_H */